Carbon


WriteIconFile

Header: Icons.h Carbon status: Under Evaluation

Copies data from a given icon family into a file.

OSErr WriteIconFile (
    IconFamilyHandle iconFamily, 
    const FSSpec *iconFile
);
Parameter descriptions
iconFamily

A handle to an iconFamily data structure to be used as a source for icon data. For more information on the IconFamily data structure, see 'icns'.

iconFile

A pointer to the file specification structure for the file to use as the target for icon data.

function result

A result code.

AVAILABILITY

Under evaluation for Carbon. Available in Carbon 1.0.2 and later when running Mac OS 8.1 or later.


© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)